net/http.http2Framer.startWrite (method)
13 uses
net/http (current package)
h2_bundle.go#L1740: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
h2_bundle.go#L2098: f.startWrite(http2FrameData, flags, streamID)
h2_bundle.go#L2230: f.startWrite(http2FrameSettings, 0, 0)
h2_bundle.go#L2243: f.startWrite(http2FrameSettings, http2FlagSettingsAck, 0)
h2_bundle.go#L2277: f.startWrite(http2FramePing, flags, 0)
h2_bundle.go#L2318: f.startWrite(http2FrameGoAway, 0, 0)
h2_bundle.go#L2388: f.startWrite(http2FrameWindowUpdate, 0, streamID)
h2_bundle.go#L2515: f.startWrite(http2FrameHeaders, flags, p.StreamID)
h2_bundle.go#L2595: f.startWrite(http2FramePriority, 0, streamID)
h2_bundle.go#L2632: f.startWrite(http2FrameRSTStream, 0, streamID)
h2_bundle.go#L2673: f.startWrite(http2FrameContinuation, flags, streamID)
h2_bundle.go#L2775: f.startWrite(http2FramePushPromise, flags, p.StreamID)
h2_bundle.go#L2791: f.startWrite(t, flags, streamID)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |